home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / super_fly.swf / scripts / frame_102 / DoAction.as
Text File  |  2012-01-07  |  111b  |  9 lines

  1. if(getProperty("/yummy", _currentframe) < "20")
  2. {
  3.    gotoAndPlay(101);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(111);
  8. }
  9.